home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TREPLOADDLG / TREPLOADDLG.txt
Text File  |  1997-05-14  |  3KB  |  109 lines

  1. object RepLoadDlg: TRepLoadDlg
  2.   Left = 80
  3.   Top = 122
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Load Report Template'
  7.   ClientHeight = 179
  8.   ClientWidth = 340
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 233
  23.     Height = 161
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 24
  29.     Top = 16
  30.     Width = 105
  31.     Height = 13
  32.     Caption = 'Report Templates:'
  33.   end
  34.   object OKBtn: TBitBtn
  35.     Left = 252
  36.     Top = 8
  37.     Width = 77
  38.     Height = 27
  39.     Hint = 'Load Selected Report Template'
  40.     Caption = '&OK'
  41.     TabOrder = 0
  42.     OnClick = OKBtnClick
  43.     Kind = bkOK
  44.     Margin = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object HelpBtn: TBitBtn
  49.     Left = 252
  50.     Top = 72
  51.     Width = 77
  52.     Height = 27
  53.     Hint = 'Display Help Window'
  54.     TabOrder = 1
  55.     Kind = bkHelp
  56.     Margin = 2
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object ListBox1: TListBox
  61.     Left = 24
  62.     Top = 32
  63.     Width = 121
  64.     Height = 129
  65.     Hint = 'All Report Templates'
  66.     ItemHeight = 13
  67.     TabOrder = 2
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 252
  71.     Top = 40
  72.     Width = 77
  73.     Height = 27
  74.     Hint = 'Close This Window'
  75.     TabOrder = 3
  76.     Kind = bkCancel
  77.     Margin = 2
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object Delete_Btn: TBitBtn
  82.     Left = 151
  83.     Top = 32
  84.     Width = 77
  85.     Height = 27
  86.     Hint = 'Delete Selected Report Template'
  87.     Caption = '&Delete'
  88.     TabOrder = 4
  89.     OnClick = Delete_BtnClick
  90.     Glyph.Data = {
  91.       78010000424D7801000000000000760000002800000020000000100000000100
  92.       04000000000000000000120B0000120B00000000000000000000000000000000
  93.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  94.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  95.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  96.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  97.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  98.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  99.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  100.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  101.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  102.       3333333337FFF7F33333333330000033333333333777773333330000}
  103.     Margin = 2
  104.     NumGlyphs = 2
  105.     Spacing = -1
  106.     IsControl = True
  107.   end
  108. end
  109.